Learn CloudFormation: Write, deploy, and maintain your AWS infrastructure by Agus Kurniawan

Learn CloudFormation: Write, deploy, and maintain your AWS infrastructure by Agus Kurniawan

Author:Agus Kurniawan [Kurniawan, Agus]
Language: eng
Format: epub
Tags: COM088010 - COMPUTERS / System Administration / Linux and UNIX Administration, COM091000 - COMPUTERS / Cloud Computing, COM088000 - COMPUTERS / System Administration / General
Publisher: Packt Publishing
Published: 2018-07-30T23:00:00+00:00


CloudFormation output

If we want to get responses from AWS resources after they're deployed, we can import those responses into your CloudFormation. We can use the Outputs attribute. It will return in response (to describe stack calls), or view on the AWS CloudFormation console.

The Outputs section consists of the key name Outputs, followed by a space and a single colon. You can declare a maximum of 60 output in a template.

We can declare the Outputs attribute in JSON as follows:

"Outputs" : {

"Logical ID" : {

"Description" : "Information about the value",

"Value" : "Value to return",

"Export" : {

"Name" : "Value to export"

}

}

}



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.